Solves a system of LQ factored equations of the form .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N LQ factored matrix as returned by lq_factor. Notice, N must be greater than or equal to M. |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of the elementary reflectors as returned by lq_factor. |
|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | b |
The M-by-NRHS matrix . |
The N-by-NRHS matrix .
Solves a system of LQ factored equations of the form .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N LQ factored matrix as returned by lq_factor. Notice, N must be greater than or equal to M. |
|
| complex(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of the elementary reflectors as returned by lq_factor. |
|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | b |
The M-by-NRHS matrix . |
The N-by-NRHS matrix .
Solves a system of LQ factored equations of the form .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N LQ factored matrix as returned by lq_factor. Notice, N must be greater than or equal to M. |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of the elementary reflectors as returned by lq_factor. |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | b |
The M-element vector . |
The N-element vector .
Solves a system of LQ factored equations of the form .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N LQ factored matrix as returned by lq_factor. Notice, N must be greater than or equal to M. |
|
| complex(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of the elementary reflectors as returned by lq_factor. |
|
| complex(kind=real64), | intent(in), | dimension(:) | :: | b |
The M-element vector . |
The N-element vector .